/* ============================================================
   OMEGA PHYSICIANS SYSTEM DETAIL PRESENTATION COMPONENT CSS
   ============================================================ */
*,
::after,
::before { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f7f7f7;
  -webkit-text-size-adjust: 100%;
}

/* Base Utility Resets */
.bg-primary { background-color: #0096d6 !important; }
.text-primary { color: #0096d6 !important; }
.btn-primary {
  background-color: #0096d6;
  border-radius: 0 !important;
  border: none !important;
}
.btn { border-radius: 0 !important; border: none !important; }

/* Global Text Layout Alignments */
.custom-heading {
  font-family: Calibri, sans-serif !important;
  display: block;
  font-size: 13px !important;
  font-weight: 400;
  color: #000;
}
.custom-text {
  display: block;
  font-size: 11px !important;
  font-weight: 400;
  color: #95a2ac;
}
.btn_hover_custom:hover { opacity: 0.88; }

/* ===== NAVBAR FLOATING HOVER ELEMENT ENGINE ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.info-bar {
  background: #fff;
  padding: 10px 0;
  overflow: hidden;
  max-height: 90px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.site-header.scrolled .info-bar {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.info-bar-logo { height: 50px; width: auto; }
.navbar.navbar-expand-xl { padding-top: 6px; padding-bottom: 6px; }
.mobile-logo { height: 44px; width: auto; }
.nav_ul_links { font-size: 14px; font-weight: 400; color: #000; }
.nav_ul_links .active { color: #0096d6 !important; font-weight: 600 !important; }
.nav-action-buttons { display: flex; gap: 8px; flex-wrap: wrap; }

/* Announcement Core Block Styling */
.announcement-bar {
  background-color: #eff1f3;
  min-height: 32px;
  font-size: 14px;
}
.nav_clock_img, .nav_phone_img, .nav_map_img {
  margin-right: 10px;
  flex-shrink: 0;
  height: 45px;
  width: auto;
}
.mobile-cta-bar { background-color: #0096d6; }

/* Standard space offset height calculator */
.page-content-offset { padding-top: 97px; }
@media (min-width: 1200px) { .page-content-offset { padding-top: 150px; } }

/* ===== BREADCRUMB CAPTION SPECS ===== */
.breadcrumb-wrapper {
  font-size: 0.78rem;
  color: #777;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* ===== MAIN WORKFLOW ARTICLE BODY CONTAINER ===== */
.main-body-content {
  background: #fff;
  padding: 2rem 1.5rem;
  border: 1px solid #dee2e6;
}

.post-banner-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: #f7f7f7;
}

/* Image scaling limits to match blueprint exactly */
.post-detail-infographic {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.post-date-badge {
  display: inline-block;
  background-color: #0096d6;
  color: #fff;
  font-size: 0.88rem;
  padding: 0.35rem 0.8rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.post-main-title {
  font-size: 1.85rem;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
  margin-bottom: 1.2rem;
}

.post-article-body p {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.post-article-body h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111;
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}

.post-article-body ul {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.post-article-body ul li {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.65;
  margin-bottom: 0.6rem;
  list-style-type: disc;
}

.phone-booking-text {
  margin-bottom: 0.2rem !important;
}

.text-link-highlight {
  color: #0096d6;
  text-decoration: underline;
  font-size: 0.98rem;
}

/* Bottom Share Strip Bar */
.share-ribbon-bar {
  display: flex;
  align-items: center;
  background-color: #0096d6;
  padding: 0.5rem 1rem;
  margin-top: 2.5rem;
  justify-content: flex-end;
  gap: 1rem;
}
.share-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}
.share-icons {
  display: flex;
  gap: 0.8rem;
}
.share-icons a {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.share-icons a:hover { opacity: 0.8; }

/* ===== RIGHT SIDEBAR STRUCTURAL COLUMN ===== */
.sidebar-column {
  padding-left: 1.5rem;
}
.sidebar-section {
  border: 1px solid #dee2e6;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  background: #fff;
}
.sidebar-section h4 {
  color: #0096d6;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sidebar-section hr { margin: 0.4rem 0 0.8rem 0; opacity: 0.15; }
.sidebar-section .filter-link, 
.sidebar-section .archive-link {
  display: block;
  padding: 0.35rem 0;
  color: #0096d6;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
}
.sidebar-section .filter-link:hover, 
.sidebar-section .archive-link:hover {
  text-decoration: underline;
}

.search-wrap { display: flex; border: 2px solid #0096d6; }
.search-wrap input {
  flex: 1;
  border: none;
  padding: 0.4rem;
  outline: none;
  font-size: 0.9rem;
}
.search-wrap button {
  background: #0096d6;
  border: none;
  padding: 0 0.75rem;
}

/* Tags Buttons custom design configuration specs */
.related-tag-btn {
  display: inline-block;
  background-color: #0096d6;
  color: #fff;
  text-decoration: none !important;
  font-size: 0.82rem;
  padding: 0.4rem 0.8rem;
  transition: background-color 0.2s;
}
.related-tag-btn:hover {
  background-color: #0076a8;
}

/* ===== FOOTER STRUCTURAL DESIGNS ===== */
.site-footer {
  background: #0096d6;
  color: #fff;
  padding: 2rem 0;
  margin-top: 3rem;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-footer .footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.site-footer .footer-links a { color: #fff; font-size: 0.9rem; text-decoration: none; }
.site-footer .footer-links a:hover { color: #7ed2f7; }
.site-footer .copyright { font-size: 0.85rem; }

/* Floating action tracking scroller anchor box */
.gototop {
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 30px;
  background: none;
}
.goTop_icon_footer { width: 40px; height: 40px; }

/* ===== MEDIA QUERIES RESPONSIVE BREAKPOINTS ===== */
@media (max-width: 991px) {
  .main-body-content { padding: 1rem; }
  .sidebar-column { padding-left: 12px; margin-top: 2rem; }
  .post-main-title { font-size: 1.5rem; }
  .post-detail-infographic { max-height: 360px; }
}
@media (max-width: 768px) {
  .site-footer .container { flex-direction: column; text-align: center; }
  .site-footer .footer-links { justify-content: center; }
}